Search results 60

Card image cap
Online Wordpress password hash generator

An online tool to generate password hash for wordpress, tried it just today ...

Card image cap
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image cap
Refreshing image

Refreshing image in ImageControl of VBE Userform When we change picture of ...

Card image cap
BS Star system

Bootstrap, Font Awesome rating stars system, to replace options for users to ...

Template-Rating.zip

Card image cap
Magick SVGs to GIFs

Convert SVG files into GIF preserving the transparency, in bulk ' Used to ...

Card image cap
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image cap
HttpToAnchors

Convert http found inside text into anchers < a >, aka URLlinker, aka ...

Card image cap
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image cap
RoundMinutes

Rounds time into nearest quarter up or down, half up or down based on argument ...

Card image cap
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image cap
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image cap
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when